home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1986-04-15 | 516 b | 16 lines | [TEXT/MPS ] |
- DEFINITION MODULE MultiSkelRgn;
-
- (*
- * TransSkel multiple-window demonstration: Region module
- *
- * This module handles a window in which the mouse may be clicked and dragged to
- * draw rectangles. The rects so drawn are combined into a single region, the
- * outline of which is drawn. Rects drawn while the shift key is down are
- * subtracted from the region. Double-clicking the mouse clears the display.
- * If the window is resized, the region will also be resized.
- *)
-
- PROCEDURE RgnInit;
-
- END MultiSkelRgn.
-